/**
 * @description : srtx_public 重置样式、使用频率高、维护量少的样式
 * @authro      : 赵卫平
 * @created     : 2015-1-10
 */
/*==================================================全局==========================================================================*/
@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

html {
	overflow: hidden;
	overflow-y: auto;
}

/*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
}

/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}

/*细线表格*/
fieldset,
img {
	border: none;
}

/*清除描边*/
ul,
li {
	list-style-type: none;
}

/*无列表项目标记*/

a {
	text-decoration: none;
	color: #444;
}

/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #444;
}

/* 未访问的链接 */
a:visited {
	color: #444;
}

/* 已访问的链接 */
a:hover {
	color: #c80000;
}

/* 鼠标在链接上 */
a:active {
	color: #444;
}

/* 点击激活链接 */

body {
	font-family: "microsoft yahei";
	font-size: 12px;
	color: #444;
	background: #fff;
}

select,
input {
	vertical-align: middle;
	outline: none;
}

em,
i {
	font-style: normal;
}

input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
	cursor: pointer
}

.h15 {
	clear: both;
	height: 15px;
}

.h20 {
	clear: both;
	height: 20px;
}

.h30 {
	clear: both;
	height: 30px;
}

.h45 {
	clear: both;
	height: 45px;
}

.h52 {
	height: 52px;
	background-color: #ffffff;
}

.clear {
	clear: both;
	height: 20px;
}

.min_h {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

/*^
 * 框架
 * @created 2015.1.10
 * @return
 */
.srtx_wrap {
	width: 1000px;
	clear: both;
	margin: 0 auto;
}

/*头部*/
.srtx_header {
	height: 35px;
	background: #20304a;
}

.srtx_header_fl {
	float: left;
	font-size: 14px;
	line-height: 35px;
	color: #ffffff;
	margin-left: 20px;
}

.srtx_header_fr {
	float: right;
	margin-top: 5px;
}

.srtx_header_fr p {
	text-align: center;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	background: url(../images/top1.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 30px;
}

.srtx_header_fr p em {
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
}

.srtx_header_fr span {
	font-family: "宋体";
	font-size: 12px;
	color: #788595;
	line-height: 25px;
}

.srtx_header_fr span a {
	font-family: "宋体";
	font-size: 12px;
	color: #788595;
	line-height: 25px;
}

.srtx_header_l {
	line-height: 40px;
	padding: 0 0 0 15px;
}

.srtx_header_r {
	padding: 10px 15px 0 0;
}

.srtx_header_r a {
	float: left;
	padding: 0 0 0 5px;
}

.srtx_search_type {
	width: 133px;
	height: 25px;
	float: right;
	display: inline;
	position: relative;
	z-index: 9999;
	background: #3f4f68 url(../images/spch.png) no-repeat right center;
	margin-left: 10px;
	margin-top: 5px;
}

.srtx_search_type em {
	width: 103px;
	display: block;
	line-height: 20px;
	text-align: center;
	padding: 0 20px 0 0;
	cursor: pointer;
	color: #788595;
}

.srtx_search_type div {
	width: 103px;
	position: absolute;
	left: 0;
	top: 19px;
	background: #fff;
	display: none;
}

.srtx_search_type div a {
	display: block;
	line-height: 25px;
	text-align: center;
	clear: both;
	background: #3f4f68;
	color: #788595;
}

/*logo*/
.srtx_logo {
	width: 268px;
	height: 115px;
	float: left;
	background: url(../images/logo.png) no-repeat;
}

.srtx_logo a {
	width: 268px;
	height: 115px;
	display: block;
}

/*^
 * 导航
 * @author 赵卫平
 * @created 2015.1.10
 */

.srtx_menu {
	float: left;
	display: block;
	width: 732px;
	height: 115px;
	position: relative;
}
.srtx_menu::after{
	display: block;
	content: '';
	clear: both;
	overflow: hidden;-
}
.srtx_menu dd {
	height: 115px;
	text-align: center;
	display: block;
	width: 80px;
	float: left;
	border-right: 1px solid #ffffff;
}

.srtx_menu .d_t {
	height: 115px;
	text-align: center;
	display: block;
	width: 80px;
	float: left;
	background-color: #cf120c;
}

.srtx_menu .d_t a {
	color: #ffffff;
}

.srtx_menu dd a {
	display: block;
	height: 115px;
	font-size: 14px;
	color: #000000;
	line-height: 115px;
}

.srtx_menu a:hover,.srtx_menu dd:hover a.indexA{
	background-color: #cf120c;
	color: #ffffff;
}

/*首页子导航*/
.subnavBox {
	overflow: hidden;
}

.subnav_dl {
	display: block;
	width: 1200px;
	text-align: right;
}

.subnav_dl dd {
	display: inline-block;
	width: 85px;
	height: 130px;
	margin-right: 98px;
}

.subnav_dl dd a {
	display: block;
	width: 85px;
	height: 81px;
	margin: 0 auto;
}

.subnav_dl dd span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #121212;
	text-align: center;
}

.subnav_dl .dd1 a {
	background: url(../images/icon_nav1.png) no-repeat center center;
}

.subnav_dl .dd2 a {
	background: url(../images/icon_nav2.png) no-repeat center center;
}

.subnav_dl .dd3 a {
	background: url(../images/icon_nav3.png) no-repeat center center;
}

.subnav_dl .dd4 a {
	background: url(../images/icon_nav4.png) no-repeat center center;
}

.subnav_dl .dd5 a {
	background: url(../images/icon_nav5.png) no-repeat center center;
}

.subnav_dl .dd6 a {
	background: url(../images/icon_nav6.png) no-repeat center center;
}

.subnav_dl .dd1:hover a {
	background: url(../images/icon_nav1-h.png) no-repeat center center;
}

.subnav_dl .dd2:hover a {
	background: url(../images/icon_nav2-h.png) no-repeat center center;
}

.subnav_dl .dd3:hover a {
	background: url(../images/icon_nav3-h.png) no-repeat center center;
}

.subnav_dl .dd4:hover a {
	background: url(../images/icon_nav4-h.png) no-repeat center center;
}

.subnav_dl .dd5:hover a {
	background: url(../images/icon_nav5-h.png) no-repeat center center;
}

.subnav_dl .dd6:hover a {
	background: url(../images/icon_nav6-h.png) no-repeat center center;
}

.subnav_dl dd:link span {
	color: #121212;
}

/* 未访问的链接 */
.subnav_dl dd:visited span {
	color: #121212;
}

/* 已访问的链接 */
.subnav_dl dd:hover span {
	color: #ce130a;
}

/* 鼠标在链接上 */
.subnav_dl dd:active span {
	color: #121212;
}

/* 点击激活链接 */

/*^
 * banner
 * @created 2014.10.25
 * @return
 */
.srtx_banner {
	width: 100%;
	clear: both;
	margin: 0 auto;
	position: relative;
}

.srtx_banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -15px;
	left: 0;
	height: 4px;
	display: none;
}

.srtx_banner .hd ul {
	text-align: center;
	padding: 0 10px 0 0;
}

.srtx_banner .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 60px;
	line-height: 4px;
	text-align: center;
	overflow: hidden;
	margin: 0 2px;
	background: #999999;
	text-indent: -90000px;
}

.srtx_banner .hd ul .on {
	color: #fff;
	background: #e32527;
}

.srtx_banner .bd {
	position: relative;
	z-index: 0;
	height: 400px;
}

.srtx_banner .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 400px;
}

.srtx_banner .bd li a {
	display: block;
	width: 100%;
	height: 400px;
}

.srtx_banner .prev,
.srtx_banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: #000 url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.srtx_banner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.srtx_banner .prev:hover,
.srtx_banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.srtx_banner .prevStop {
	display: none;
}

.srtx_banner .nextStop {
	display: none;
}

/*尾部*/
.srtx_footer {
	width: 100%;
	background: #20304a;
	overflow: hidden;
	padding: 0 0 10px 0;
	font-family: "宋体";
	font-size: 12px;
}

.srtx_footer_left {
	width: 850px;
	float: left;
	margin-top: 30px;
}

.srtx_footer_nav {
	color: #ced2d5;
	text-align: left;
	padding-top: 28px;
	height: 12px;
}

.srtx_footer a {
	color: #ced2d5;
}

.srtx_footer a:visited {
	color: #ced2d5;
}

.srtx_footer a:hover {
	color: #cf1307;
}

.srtx_footer a:active {
	color: #ced2d5;
}

.srtx_copy {
	height: 12px;
	color: #ced2d5;
	text-align: left;
	padding-top: 15px;
}

.srtx_copy a:hover {
	color: #c8160a;
}

.footer_t1 a:hover {
	color: #c8160a;
}

.srtx_footer_right {
	width: 106px;
	height: 124px;
	float: right;
	margin: 20px 10px 0 0;
}

.srtx_footer_right img {
	width: 106px;
	height: 124px;
}

/*^
 * 产业展示
 * @author 赵卫平
 * @created 2015.1.10
 */
.h60 {
	height: 60px;
	clear: both;
}

.srtx_Box {
	width: 1000px;
	overflow: hidden;
}

.srtx_scrol {
	display: block;
	width: 1020px;
	height: 355px;
	margin: 0 auto;
	float: left;
}

.srtx_scrol dd {
	display: block;
	width: 235px;
	height: 355px;
	float: left;
	margin: 0 20px 0 0;
	background: #1f3250;
}

.srtx_scrol dd p {
	display: block;
	width: 235px;
	height: 232px;
	position: relative;
	overflow: hidden;
}

.srtx_scrol dd p img {
	display: block;
	width: 235px;
	height: 232px;
}

.srtx_scrol dd i {
	display: block;
	width: 235px;
	height: 232px;
	position: absolute;
	z-index: 9;
	display: none;
	background: url(../images/zoom.png) no-repeat top center;
}

.srtx_scrol dd span a {
	width: 235px;
	height: 63px;
	display: block;
	background: url(../images/imgtb.png) no-repeat top center;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 83px;
}

.srtx_scrol dd em a {
	display: block;
	width: 235px;
	height: 57px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 57px;
}

.srtx_scrol dd .span1 a {
	background: url(../images/ah_bg.png) no-repeat center;
}

.srtx_scrol dd.hover span a {
	background: url(../images/ah_bg.png) no-repeat center;
}

#slide2 {
	position: relative;
}

#slide2 .bt1 {
	display: block;
	width: 100px;
	height: 110px;
	background: url(../images/bt4.png) no-repeat center;
	position: absolute;
	left: -100px;
	top: 123px;
}

#slide2 .bt1:hover {
	background: url(../images/bt4_hover.png) no-repeat center;
}

#slide2 .bt2 {
	display: block;
	width: 100px;
	height: 110px;
	background: url(../images/bt3.png) no-repeat center;
	position: absolute;
	right: -100px;
	top: 123px;
}

#slide2 .bt2:hover {
	background: url(../images/bt3_hover.png) no-repeat center;
}

/*集团概况*/
.srtx_content1content1box {
	width: 100%;
	overflow: hidden;
}

.srtx_content1_fl_box1 {
	margin-top: 15px;
}

.srtx_content1_top {
	margin: 0 auto;
}

.srtx_content_title {
	width: 100%;
	height: 85px;
	overflow: hidden;
}

.srtx_content_title h1 {
	display: block;
	font-size: 37px;
	color: #cf1308;
	line-height: 42px;
	text-align: center;
}

.srtx_content_title h2 {
	font-family: "microsoft yahei";
	font-size: 20px;
	color: #213149;
	line-height: 27px;
	text-align: center;
}

.srtx_content1_fl {
	float: left;
}

.srtx_box1_fl {
	width: 275px;
	height: 85px;
	border: 5px solid #686868;
	position: relative;
	float: left;
}

.srtx_box1_fl a {
	display: block;
	width: 275px;
	height: 85px;
}

.srtx_box1_fl i {
	display: block;
	width: 38px;
	height: 19px;
	background: url(../images/icon_h.png) no-repeat center center;
	position: absolute;
	top: 86px;
	right: 55px;
	z-index: 1;
}

.srtx_content1conten_fl_box1 {
	width: 590px;
	overflow: hidden;
}

.srtx_box1_top {
	width: 590px;
	height: 110px;
	overflow: hidden;
}

.srtx_box1_fr {
	width: 280px;
	height: 90px;
	float: left;
	margin: 12px 0 0 20px;
}

.srtx_fr_nav dd {
	display: block;
	width: 83px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
	background: url(../images/fr_navbg2.png) no-repeat center center;
}

.srtx_box1_fr h1 {
	display: block;
	height: 35px;
	font-family: "黑体";
	font-size: 33px;
	color: #686868;
	text-align: left;
	line-height: 35px;
	margin-bottom: 15px;
}

.srtx_fr_nav dd a {
	display: block;
	width: 83px;
	height: 25px;
	font-family: "宋体";
	font-size: 12px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
}

.srtx_fr_nav dd.hover {
	background: url(../images/fr_navbg2_h.png) no-repeat center center;
	color: #fde7e7;
}

.srtx_fr_nav dd:hover {
	background: url(../images/fr_navbg2_h.png) no-repeat center center;
	color: #fde7e7;
}

.srtx_fr_nav dd .hover a {
	color: #e2fbed;
}

.srtx_fr_nav dd a:link {
	color: #ffffff;
}

.srtx_fr_nav dd a:visited {
	color: #ffffff;
}

.srtx_fr_nav dd a:hover {
	color: #e2fbed;
}

.srtx_fr_nav dd a:active {
	color: #ffffff;
}

.srtx_content1_txt {
	width: 590px;
	height: 90px;
	overflow: hidden;
	font-size: 12px;
	color: #2e2e2e;
	line-height: 22px;
	text-indent: 2em;
}

.srtx_content1_content_fr {
	width: 340px;
	height: 238px;
	overflow: hidden;
	float: right;
}

.srtx_content1_content_fr .fl {
	height: 234px;
	margin-top: 2px;
	border-left: 1px solid #dedede;
	float: left;
}

.srtx_content1_content_fr .mvbox {
	width: 295px;
	height: 238px;
	float: right;
}

/*成功案例*/
.srtx_content2box {
	clear: both;
	overflow: hidden;
	padding: 45px 0 60px 0;
}

.srtx_Box1 {
	width: 1000px;
	overflow: hidden;
}

.srtx_scrol1 {
	display: block;
	width: 1040px;
	height: 262px;
	margin: 0 auto;
	float: left;
}

.srtx_scrol1 dd {
	display: block;
	width: 317px;
	height: 262px;
	float: left;
	background: #20304a;
	margin: 0 25px 0 0;
}

.srtx_scrol1 dd .pic {
	display: block;
	width: 317px;
	height: 214px;
	position: relative;
	overflow: hidden;
}

.srtx_scrol1 dd .pic img {
	display: block;
	width: 317px;
	height: 214px;
}

.srtx_scrol1 dd .pic i {
	display: block;
	width: 317px;
	height: 214px;
	position: absolute;
	z-index: 9;
	display: none;
	background: url(../images/zoom.png) no-repeat top center;
}

.srtx_scrol1 dd span a {
	display: block;
	width: 317px;
	height: 48px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 48px;
}

#slide1 {
	position: relative;
}

#slide1 .bt1 {
	display: block;
	width: 100px;
	height: 110px;
	position: absolute;
	left: -100px;
	top: 50%;
	margin-top: -60px;
}

#slide1 .bt1:hover {
	background: url(../images/bt4_hover.png) no-repeat center;
}

#slide1 .bt2 {
	display: block;
	width: 100px;
	height: 110px;
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -60px;
}

#slide1 .bt2:hover {
	background: url(../images/bt3_hover.png) no-repeat center;
}

/*新闻中心*/
.srtx_Box3 {
	width: 1000px;
	height: 265px;
	overflow: hidden;
}

.srtx_scrol3 {
	display: block;
	width: 1000px;
	height: 265px;
	margin: 0 auto;
	float: left;
}

.srtx_scrol3 dd {
	display: block;
	width: 1000px;
	height: 265px;
	overflow: hidden;
}

.srtx_scrol3_ul {
	display: block;
	width: 1020px;
	height: 265px;
}

.srtx_scrol3_ul li {
	display: block;
	width: 235px;
	height: 265px;
	float: left;
	margin: 0 20px 0 0;
	background: #1f3250;
}

.srtx_scrol3_ul li p {
	display: block;
	width: 235px;
	height: 210px;
	position: relative;
	overflow: hidden;
}

.srtx_scrol3_ul li img {
	display: block;
	width: 235px;
	height: 210px;
}

.srtx_scrol3_ul li i {
	display: block;
	width: 235px;
	height: 265px;
	position: absolute;
	z-index: 9;
	display: none;
	background: url(../images/zoom.png) no-repeat top center;
}

.srtx_scrol3_ul li span a {
	display: block;
	width: 235px;
	height: 56px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 55px;
}

#slide3 {
	position: relative;
}

#slide3 .bt2 {
	display: block;
	width: 58px;
	height: 58px;
	background: url(../images/icon_slide3.png) no-repeat center;
	position: absolute;
	right: -90px;
	top: 230px;
}

#slide3 .bt2:hover {
	background: url(../images/icon_slide3_h.png) no-repeat center;
}

/*联系我们*/
.srtx_content4box {
	clear: both;
	overflow: hidden;
	padding: 60px 0 68px 0;
}

.srtx_content4_top {
	width: 510px;
	height: 44px;
	margin: 0 auto;
}

.srtx_content4_top .phon {
	width: 187px;
	height: 31px;
	float: left;
	margin: 5px 80px 0 0;
}

.srtx_content4_top .qq {
	width: 210px;
	height: 44px;
	float: left;
}

.srtx_content4_top .qq img {
	display: block;
	border: none;
	width: 86px;
	height: 26px;
	float: left;
	margin-top: 10px;
}

.srtx_content4_top .qq a {
	float: right;
}

.flmap {
	width: 443px;
	height: 336px;
	float: left;
	overflow: hidden;
}

.flmap h3 {
	display: block;
	line-height: 32px;
	font-size: 14px;
	color: #454545;
	text-align: left;
	font-weight: normal;
}

.Message_input {
	overflow: hidden;
	width: 495px;
	float: right;
}

.Message_input_t {
	margin: 20px 0 0 45px;
}

.Message_input h3 {
	display: block;
	line-height: 32px;
	font-size: 18px;
	color: #6d6f6e;
	text-align: left;
	font-weight: normal;
}

.input_dl dd {
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
}

.fr_input1 {
	width: 234px;
	height: 38px;
	float: left;
	margin-right: 15px;
	padding-left: 5px;
	border: none;
	background: #ebebeb;
}

.fr_input2 {
	width: 235px;
	height: 38px;
	float: left;
	padding-left: 5px;
	border: none;
	background: #ebebeb;
}

.fr_input3 {
	width: 489px;
	height: 38px;
	padding-left: 5px;
	border: none;
	background: #ebebeb;
}

.fr_input4 {
	width: 484px;
	height: 110px;
	padding: 10px 5px 15px 5px;
	border: none;
	background: #ebebeb;
}

.fr_button {
	width: 155px;
	height: 39px;
	background: #fda005;
	font-size: 24px;
	line-height: 39px;
	text-align: center;
	color: #fcf3e4;
	border: none;
	margin-top: 15px;
	font-family: "microsoft yahei";
}

/*合作伙伴*/
.srtx_partners {
	height: 73px;
	overflow: hidden;
	clear: both;
	background: #f0f0f0;
}

.srtx_partners_t {
	width: 100px;
	font-size: 18px;
	color: #20304a;
	height: 73px;
	line-height: 73px;
	text-align: center;
	font-weight: bold;
	float: left;
	display: inline;
}

.srtx_partners_dl {
	width: 900px;
	height: 73px;
	float: left;
	display: inline;
}

.srtx_partners_dl dd {
	display: block;
	width: 111px;
	height: 73px;
	float: left;
	line-height: 73px;
}

.srtx_partners_dl dd a {
	width: 101px;
	height: 43px;
	display: block;
	margin: 15px 5px 0 5px;
	border: 1px solid #f0f0f0;
}

.srtx_partners_dl dd a:hover {
	border: 1px solid #ce130a;
}

.srtx_partners_dl dd a img {
	width: 101px;
	height: 43px;
	display: block;
}

/*^
 * 子导航
 * @author 赵卫平
 * @created 2014.12.4
 */
.srtx_nav {
	width: 1000px;
	border: none;
	margin: 0 auto;
	display: none;
}

.srtx_nav .bgl {
	width: 5px;
	height: 41px;
	float: left;
	border: none;
}

.srtx_nav .bgc {
	width: 990px;
	float: left;
	border: none;
}

.srtx_nav .bgr {
	width: 5px;
	height: 41px;
	float: right;
	border: none;
}

.srtx_nav dl {
	display: block;
	margin: 0 auto;
	width: 1005px;
}

.srtx_nav dl dd {
	display: inline;
	float: left;
	padding: 1px 1px 6px 0;
	position: relative;
}

.srtx_dl dd .nav_div i {
	display: block;
	clear: both;
	width: 19px;
	height: 8px;
}

.srtx_nav dl dd span {
	display: block;
	overflow: hidden;
	clear: both;
	height: 40px;
	background: #20304a;
}

.srtx_dl dd a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	padding: 0 10px 0 10px;
}

.srtx_dl dd .nav_div {
	width: 500px;
	clear: both;
	overflow: hidden;
	position: absolute;
	top: 40px;
	display: none;
	z-index: 99;
}

.srtx_dl dd:hover .nav_div {
	display: block;
}

.srtx_dl dd .nav_div div {
	clear: both;
	overflow: hidden;
}

.srtx_dl dd .nav_div div a {
	display: inline;
	float: left;
	padding: 0 10px 0 10px;
	background: #20304a;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}

.srtx_dl dd .nav_div div a:hover {
	background: #cf1307;
}

.srtx_dl dd.hover span {
	background: #cf1308;
}

.srtx_dl dd.hover .nav_div i {
	background: url(../images/navbg3.png) no-repeat center;
}

.srtx_dl dd:hover span {
	background: #cf1308;
}

.srtx_dl dd:hover .nav_div i {
	background: url(../images/navbg3.png) no-repeat center;
}

/**/
.srtx_content0box {
	padding: 45px 0 55px 0;
}

.srtx_content1box {
	padding: 25px 0 10px 0;
	background: #f0f0f0;
}

.srtx_content3box {
	background: #f0f0f0;
	padding: 20px 0 70px 0;
}

/*新闻内容*/
.srtx_subTitle {
	clear: both;
	overflow: hidden;
	margin: 50px 0 0 0;
}

.srtx_subTitle p {
	display: block;
	height: 37px;
	font-family: "094-CAI978";
	font-size: 37px;
	line-height: 37px;
	color: #cf1308;
	text-align: center;
}

.srtx_subTitle h3 {
	display: block;
	font-size: 20px;
	color: #20304a;
	text-align: center;
}

.srtx_textListImg {
	width: 395px;
	height: 345px;
	display: block;
	padding: 45px 0 0 51px;
	float: left;
	display: inline;
}

.srtx_textListImg img {
	width: 395px;
	height: 345px;
}

/*^
 * 文章阅读页
 * @author 赵卫平
 * @created 2014.1.12
 */
.srtx_article {
	clear: both;
	line-height: 30px;
	width: 900px;
	margin: 0 auto;
	min-height: 300px;
	padding: 20px 0 0 0;
}

.srtx_article img {
	max-width: 100%;
}

.srtx_article_title {
	font-size: 18px;
	text-align: center;
	font-family: "microsoft yahei";
	line-height: 35px;
	padding: 40px 0 20px 0;
	width: 900px;
	margin: 0 auto;
}

.srtx_article_time {
	clear: both;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px 0;
	text-align: center;
	width: 900px;
	margin: 0 auto;
}

.srtx_article_time span {
	cursor: pointer;
}

.srtx_article_time span.hover {
	color: #c80000;
	font-weight: bold;
}

.srtx_article_page {
	padding: 15px 0;
	text-align: center;
}

.srtx_article_page a.hover {
	color: #c80000;
	font-weight: bold;
}

.srtx_article_pageUp {
	clear: both;
	overflow: hidden;
	padding: 10px 0 20px 0;
	width: 900px;
	margin: 0 auto;
}

.srtx_article_pageUp dl dd {
	display: block;
	height: 30px;
	clear: both;
	line-height: 30px;
}

.srtx_share {
	clear: both;
	height: 30px;
	border: 1px solid #e8e8e8;
	background: #f7f7f7;
	width: 900px;
	margin: 0 auto;
}

.srtx_share_l {
	float: left;
	display: inline;
	padding: 0 0 0 10px;
}

.srtx_share_r {
	float: right;
	display: inline;
	line-height: 30px;
	padding: 0 10px 0 0;
}

.srtx_download {
	clear: both;
	height: 32px;
	font-size: 18px;
	padding: 10px 0 20px 0;
	width: 900px;
	margin: 0 auto;
}

.srtx_download a {
	display: block;
	line-height: 32px;
	float: left;
	padding: 0 40px 0 0;
	color: #cc0000;
	font-family: "microsoft yahei";
	margin: 0 10px 0 0;
	background: url(../images/download.png) no-repeat right center;
}

/*^
 * 文章阅读页——大图
 * @author 赵卫平
 * @created 2014.1.12
 */
#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #c80000;
	background: #c80000;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

/*^
 * 列表分页
 * @author 赵卫平
 * @created 2015.1.12
 */
.page {
	width: 900px;
	padding: 20px 0 30px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
	border-top: 1px solid #efefef;
	margin: 0 auto;
}

.page code,
.page a {
	border: 1px solid #efefef;
	padding: 5px 8px;
	background: #fff;
}

.page a:hover {
	background: #cc0000;
	color: #fff;
	border: 1px solid #cc0000s;
}

.page a.hover {
	background: #cc0000;
	color: #fff;
	border: 1px solid #cc0000;
}

.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #efefef;
}

.page input.pageDetail {
	width: 30px;
	height: 18px;
	text-align: center;
}

.page input.page_bnt {
	border: none;
	width: 58px;
	height: 23px;
	cursor: pointer;
	font-family: "microsoft yahei";
}

/*^
 * 文字列表
 * @author 赵卫平
 * @created 2015.1.12
 */
.srtx_textList {
	width: 458px;
	display: inline;
	float: right;
	padding: 35px 51px 0 0;
	min-height: 300px;
}

.srtx_textList dd {
	display: block;
	clear: both;
	height: 43px;
	border-bottom: 1px dotted #eaeaea;
}

.srtx_textList dd a {
	display: block;
	line-height: 43px;
	float: left;
	color: #7c7c7c;
}

.srtx_textList dd a:visited {
	color: #7c7c7c;
}

.srtx_textList dd a:hover {
	color: #20304a;
}

.srtx_textList dd a:active {
	color: #7c7c7c;
}

.srtx_textList dd span {
	display: block;
	line-height: 43px;
	float: right;
	color: #dadada;
}

/*^
 * 图文列表
 * @author 赵卫平
 * @created 2015.1.12
 */
.srtx_textImgList {
	width: 900px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 0 0;
	min-height: 300px;
}

.srtx_textImgList dd {
	height: 200px;
	clear: both;
	padding: 20px 0 20px 0;
}

.srtx_textImgList dd p {
	width: 300px;
	height: 200px;
	display: block;
	float: left;
	background: #fff;
}

.srtx_textImgList dd img {
	width: 300px;
	height: 200px;
	display: block;
}

.srtx_textImgList_right {
	width: 570px;
	height: 200px;
	float: left;
	color: #666666;
	margin: 0 0 0 30px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.srtx_textImgList_right h3 {
	display: block;
	clear: both;
	height: 25px;
	font-size: 14px;
	padding: 5px 0 0 0;
	font-size: 16px;
}

.srtx_textImgList_right a {
	color: #c80000;
}

.srtx_textImgList_right a:visited {
	color: #c80000;
}

.srtx_textImgList_right a:hover {
	color: #c80000;
	text-decoration: underline;
}

.srtx_textImgList_right a:active {
	color: #c80000;
}

.srtx_textImgList_right div {
	clear: both;
	line-height: 30px;
	font-size: 14px;
	padding: 10px 0 0 0;
}

/*^
 * 全图列表
 * @author 赵卫平
 * @created 2014.1.12
 */
.srtx_ImgList {
	clear: both;
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0 0;
	min-height: 300px;
}

.srtx_ImgList dd {
	width: 210px;
	display: block;
	float: left;
	display: inline;
	padding: 0 10px 20px 10px;
	overflow: hidden;
}

.srtx_ImgList dd p {
	width: 210px;
	height: 140px;
	display: block;
	float: left;
	background: #fff;
	clear: both;
}

.srtx_ImgList dd img {
	width: 210px;
	height: 140px;
	display: block;
}

.srtx_ImgList dd span {
	display: block;
	height: 50px;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	clear: both;
	font-size: 14px;
}

/*----------招聘页面1-------------------*/
.recruitment1 {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
}

.recruitment1 dt {
	clear: both;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	background: #20304a;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

.recruitment1 dt span {
	float: left;
	width: 90px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.recruitment1 dt em {
	float: left;
	width: 200px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.recruitment1 dt i {
	float: left;
	width: 140px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.recruitment1 dt b {
	float: left;
	width: 142px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-weight: normal;
}

.recruitment1 dt p {
	float: left;
	width: 140px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.recruitment1 dt a {
	float: left;
	width: 141px;
	height: 60px;
	color: #ffffff !important;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.recruitment1 dd {
	clear: both;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	color: #5a5a5a;
	text-align: center;
	font-family: "宋体";
	font-size: 14px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}

.recruitment1 dd span {
	float: left;
	width: 89px;
	height: 60px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.recruitment1 dd em {
	float: left;
	width: 200px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.recruitment1 dd i {
	float: left;
	width: 140px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.recruitment1 dd b {
	float: left;
	width: 142px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-weight: normal;
}

.recruitment1 dd p {
	float: left;
	width: 140px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.recruitment1 dd a {
	float: left;
	width: 140px;
	height: 60px;
	color: #5a5a5a;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.recruitment1 dd:hover {
	color: #8e8d8d;
	background: #20304a;
}

.recruitment1 dd:hover a {
	color: #ffffff;
}

.jobs {
	width: 489px;
	height: 70px;
	margin: 0 auto;
}

.jobs1 {
	width: 500px;
	font-size: 16px;
	line-height: 30px;
	color: #5a5a5a;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin: 0 auto;
	overflow: hidden;
}

.jobs1 a {
	color: #20304a;
}

/*------------招聘2----------------*/
.table1 {
	clear: both;
	display: block;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	text-align: center;
	font-family: "宋体";
	overflow: hidden;
	margin: 0 auto;
}

.table1 tr {
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.table1 td {
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.tr1 {
	height: 34px;
	overflow: hidden;
}

.tr3 {
	width: 100%;
	height: 34px;
	background: #20304a;
	color: #ffffff;
	font-family: '微软雅黑';
	font-size: 14px;
}

.td1 {
	width: 99px;
}

.td2 {
	width: 430px;
	height: 34px;
}

.td1_input[type=text] {
	float: left;
	width: 120px;
	height: 24px;
	line-height: 24px;
	border: 1px dotted #e6e6e6;
	margin: 4px 4px 0 4px;
	background: none;
	color: #5a5a5a;
}

.td2 input[type=text] {
	float: left;
	width: 305px;
	height: 24px;
	line-height: 24px;
	border: 1px dotted #e6e6e6;
	margin: 4px 4px 0 4px;
	background: none;
	color: #5a5a5a;
}

.td2 input[type=radio] {
	display: inline-block;
	margin: 0 5px;
}

.table_span {
	float: left;
	line-height: 34px;
	color: #ff0000 !important;
}

.tr2 {
	overflow: hidden;
}

.td3 {
	width: 100% color:#5a5a5a;
	overflow: hidden;
	line-height: 34px;
}

.td3 textarea {
	width: 800px;
	height: 370px;
	padding: 10px;
	background: none;
	border: 1px dotted #dedede;
}

.tr1 img {
	float: left;
	width: 102px;
	height: 20px;
	margin: 6px 8px 0 5px;
}

.recruitment_bt {
	float: left;
	clear: both;
	overflow: hidden;
}

.recruitment_bt1 {
	display: inline-block;
	width: 91px;
	height: 33px;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: 14px;
	background: #20304a;
	border-radius: 5px;
	border: none;
	margin: 20px 20px 50px 405px;
}

.recruitment_bt2 {
	display: inline-block;
	width: 91px;
	height: 33px;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: 14px;
	background: #20304a;
	border-radius: 5px;
	border: none;
	margin: 20px 20px 50px 0;
}

.recruitment_bt3 {
	display: inline-block;
	width: 91px;
	height: 33px;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: 14px;
	background: #20304a;
	border-radius: 5px;
	border: none;
	margin: 20px 20px 50px 470px;
}

.recruitment_bt1:hover {
	background: #ce1408;
}

.recruitment_bt2:hover {
	background: #ce1408;
}

.recruitment_bt3:hover {
	background: #ce1408;
}

/*会员中心*/
.srtx_membertop {
	width: 100%;
	height: 93px;
	background: #f6f7f9;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #d7d8da;
}

.srtx_M_logo {
	width: 286px;
	height: 35px;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}

.srtx_M_boxright {
	width: 200px;
	height: 35px;
	margin-top: 50px;
	float: right;
}

.srtx_M_boxright a {
	font-family: "宋体";
	font-size: 12px;
	color: #787878;
	line-height: 35px;
	text-align: center;
	padding-left: 15px;
}

.srtx_M_boxright a:link {
	color: #787878;
}

/* 未访问的链接 */
.srtx_M_boxright a:visited {
	color: #787878;
}

/* 已访问的链接 */
.srtx_M_boxright a:hover {
	color: #c80000;
}

/* 鼠标在链接上 */
.srtx_M_boxright a:active {
	color: #787878;
}

/* 点击激活链接 */
.srtx_memberbox1 {
	width: 100%;
	background: #f6f7f9;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #dfdfe1;
	padding: 50px 0 100px 0;
}

.srtx_memberbox1_left {
	width: 538px;
	height: 374px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 52px;
}

.srtx_memberbox1_right {
	width: 354px;
	height: 317px;
	border: 1px solid #dadbdd;
	border-radius: 5px;
	float: right;
	box-shadow: 1px #ecedef;
	margin: 35px 10px 0 0;
	background: #ffffff;
}

.srtx_memberbox1_input {
	width: 100%;
	height: 222px;
}

.srtx_memberbox1_input .span1 {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #7d7d7d;
	text-align: left;
	padding: 20px 0 0 39px;
}

.srtx_memberbox1_input .input {
	display: block;
	width: 272px;
	height: 34px;
	border: 1px solid #dadbdd;
	border-radius: 4px;
	margin: 5px 0 0 39px;
}

.srtx_memberbox1_input .checkbox {
	margin: 10px 5px 12px 39px;
}

.srtx_memberbox1_input .span2 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #7d7d7d;
	text-align: left;
}

.srtx_memberbox1_input .span3 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #b9b8b8;
	text-align: left;
	padding-left: 152px;
}

.srtx_memberbox1_button {
	width: 100%;
	height: 94px;
	border-top: 1px solid #d7d7d7;
	background: #f9f9f9;
	border-radius: 4px;
}

.srtx_memberbox1_button input {
	width: 102px;
	height: 36px;
	background: url(../images/M_btn1.png) no-repeat center center;
	border: none;
	font-family: "Adobe 黑体 Std";
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #535353;
	margin-top: 26px;
}

.srtx_memberbox1_button .button1 {
	margin: 26px 68px 0 42px;
}

.srtx_memberbox1_button input.hover {
	color: #c80000;
}

.srtx_memberbottom {
	width: 100%;
	background: #f6f7f9;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #c5c5c5;
	padding-bottom: 20px;
}

.srtx_memberbottom h1 {
	font-family: "Arial";
	font-size: 12px;
	line-height: 18px;
	color: #3a3731;
	text-align: center;
	font-weight: normal;
	margin-top: 15px;
}

.srtx_memberbottom h2 {
	font-family: "Arial";
	font-size: 12px;
	line-height: 18px;
	color: #716c61;
	text-align: center;
	font-weight: normal;
}

.srtx_paw_dl {
	display: block;
	width: 202px;
	padding-bottom: 72px;
	border: 1px solid #e5e5e5;
	float: left;
	overflow: hidden;
}

.srtx_paw_dl dt {
	display: block;
	width: 100%;
	height: 40px;
	background: url(../images/bg1.jpg) repeat-x center;
	font-size: 18px;
	color: #757575;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5
}

.srtx_paw_dl dd {
	display: block;
	width: 100%;
	height: 43px;
	margin: 1px 0 0 0;
	border-bottom: 1px solid #e5e5e5
}

.srtx_paw_dl dd a {
	display: block;
	width: 100%;
	height: 43px;
	font-size: 16px;
	color: #7b7b7b;
	line-height: 43px;
	text-align: center;
}

.srtx_paw_dl dd a:link {
	color: #7b7b7b;
}

/* 未访问的链接 */
.srtx_paw_dl dd a:visited {
	color: #7b7b7b;
}

/* 已访问的链接 */
.srtx_paw_dl dd a:hover {
	color: #d8271c;
	background: #e7e7e7;
}

/* 鼠标在链接上 */
.srtx_paw_dl dd a:active {
	color: #7b7b7b;
}

/* 点击激活链接 */

.srtx_paw_dl dd.hover a {
	color: #d8271c;
	background: #e7e7e7;
}

.srtx_paw_dl dd.hover a:visited {
	color: #d8271c;
	background: #e7e7e7;
}

.srtx_paw_dl dd.hover a:hover {
	color: #d8271c;
	background: #e7e7e7;
}

.srtx_paw_dl dd.hover a:active {
	color: #d8271c;
	background: #e7e7e7;
}

.srtx_paw_right {
	width: 746px;
	float: right;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding-bottom: 50px;
}

.srtx_tab1_title {
	display: block;
	width: 100%;
	height: 42px;
	background: #eeeeee;
}

.srtx_tab1_title dd {
	display: block;
	width: 108px;
	height: 42px;
	float: left;
}

.srtx_tab1_title dd {
	display: block;
	width: 108px;
	height: 42px;
	color: #8b8b8b;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
}

.srtx_tab1_title dd.hover {
	background: #f6f7f9;
	color: #d8271c;
}

/*^^^^^^注册^^^^^^^^^^*/
.srtx_register_title {
	height: 31px;
	clear: both;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
}

.srtx_register_title p {
	width: 130px;
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #989898;
	border: 1px solid #dbdbdb;
	border-bottom: 1px solid #f6f7f9;
	left: 100px;
	position: absolute;
}

.srtx_register_title span {
	display: block;
	float: right;
	line-height: 30px;
	font-family: "宋体"
}

.srtx_register_title span a {
	color: #d8271c;
}

.srtx_register_title span a:visited {
	color: #d8271c;
}

.srtx_register_title span a:hover {
	color: #d8271c;
	text-decoration: underline;
}

.srtx_register_title span a:active {
	color: #d8271c;
}

/*^^^^^^表单^^^^^^^^^^*/
.srtx_form1 {
	clear: both;
	overflow: hidden;
	padding: 50px 0 0 0;
}

.srtx_form1 dd {
	display: block;
	clear: both;
	padding: 7px 0;
	overflow: hidden;
}

.srtx_form1 dt {
	display: block;
	clear: both;
	overflow: hidden;
	height: 36px;
	padding: 15px 0 0 110px;
}

.srtx_form1_left {
	width: 110px;
	line-height: 30px;
	float: left;
	display: inline;
	text-align: right;
}

.srtx_form1_right {
	float: left;
	display: inline;
}

.srtx_form1_right select {
	padding: 2px;
}

.srtx_form1_input {
	float: left;
	line-height: 28px;
	border: 1px solid #999999;
	background: #f6f7f9;
}

.srtx_form1_input.w215 {
	width: 215px;
}

.srtx_form1_input.w125 {
	width: 100px;
}

.srtx_form1_bt {
	width: 102px;
	height: 36px;
	float: left;
	cursor: pointer;
	border: none;
	font-size: 16px;
	font-family: "microsoft yahei";
	background: url(../images/M_btn1.png) no-repeat;
}

.srtx_form1_security {
	float: left;
	display: inline;
	height: 10px;
	padding: 10px 0 0 0;
}

.srtx_form1_security em {
	display: block;
	width: 45px;
	height: 10px;
	background: #999999;
	margin: 0 1px 0 0;
	float: left;
}

.srtx_form1_security em.hover {
	background: #d8271c;
}

.srtx_form1_security span {
	display: block;
	padding: 0 0 0 10px;
	float: left;
	position: relative;
	margin: -3px 0 0 0;
}

.srtx_form1_span {
	display: block;
	line-height: 30px;
	float: left;
}

.srtx_form1_textarea {
	width: 565px;
	height: 135px;
	display: block;
	line-height: 25px;
	float: left;
	border: 1px solid #cccccc;
	background: #f6f7f9;
	outline: none;
	color: #949494;
	padding: 5px;
}

/*^^^^^^返回顶部^^^^^^^^^^*/
.srtx_goTop {
	width: 58px;
	height: 57px;
	position: fixed;
	right: 0;
	bottom: 170px;
	display: none;
}

.srtx_goTop a {
	width: 58px;
	height: 57px;
	display: block;
	background: url(../images/icon_slide3.png) no-repeat;
}

.srtx_goTop a:hover {
	background: url(../images/icon_slide3_h.png) no-repeat;
}

/*^^^^^^留言^^^^^^^^^^*/
.srtx_msgForm {
	clear: both;
	overflow: hidden;
	padding: 50px 0 0 0;
}

.srtx_msgForm dd {
	display: block;
	clear: both;
	padding: 7px 0;
	overflow: hidden;
}

.srtx_msgForm dt {
	display: block;
	clear: both;
	overflow: hidden;
	height: 36px;
	padding: 15px 0 0 110px;
}

.srtx_msgForm_left {
	width: 110px;
	line-height: 30px;
	float: left;
	display: inline;
	text-align: right;
}

.srtx_msgForm_right {
	float: left;
	display: inline;
}

.srtx_form1_right select {
	padding: 2px;
}

.srtx_msgForm_input {
	float: left;
	line-height: 28px;
	border: 1px solid #999999;
	background: #f6f7f9;
}

.srtx_msgForm_input.w215 {
	width: 215px;
}

.srtx_msgForm_input.w125 {
	width: 100px;
}

.srtx_msgForm_input.w300 {
	width: 300px;
}

.srtx_msgForm_input_bt {
	width: 102px;
	height: 36px;
	float: left;
	cursor: pointer;
	border: none;
	font-size: 16px;
	font-family: "microsoft yahei";
	background: url(../images/M_btn1.png) no-repeat;
}

.srtx_msgForm_span {
	display: block;
	line-height: 30px;
	float: left;
}

.srtx_msgForm_span img {
	height: 30px;
}

.srtx_msgForm_textarea {
	width: 565px;
	height: 135px;
	display: block;
	line-height: 25px;
	float: left;
	border: 1px solid #cccccc;
	background: #f6f7f9;
	outline: none;
	color: #949494;
	padding: 5px;
}

.srtx_msgTitle {
	width: 900px;
	clear: both;
	line-height: 30px;
	font-size: 16px;
	clear: both;
	padding: 40px 0 5px 0;
	border-bottom: 1px solid #cccccc;
	margin: 0 auto 10px auto;
}

.srtx_msgList {
	width: 900px;
	clear: both;
	border: 1px dotted #ccc;
	margin: 0 auto 5px auto;
}

.srtx_msgList dt {
	display: block;
	height: 30px;
	background: #f6f6f6;
	padding: 0 10px;
}

.srtx_msgList dt p {
	display: block;
	line-height: 30px;
	float: left;
}

.srtx_msgList dt span {
	display: block;
	line-height: 30px;
	float: right;
}

.srtx_msgList dd {
	line-height: 25px;
	padding: 5px 10px;
}

.srtx_msgList dd.reply {
	line-height: 25px;
	padding: 5px 10px;
	color: #cf1308;
}

/***/
.ype_leftBox {
	width: 150px;
	height: 170px;
	border: 2px solid #1f3250;
	position: absolute;
	left: 5px;
	background: #fff;
	border-radius: 3px;
}

.ype_leftBox_title {
	clear: both;
	height: 20px;
	line-height: 17px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #1f3250;
	position: relative;
}

.ype_leftBox_title em {
	display: block;
	width: 10px;
	height: 10px;
	float: right;
	background: url(../images/ype_left_bt.jpg) no-repeat center center;
	position: absolute;
	top: 4px;
	right: 5px;
	cursor: pointer;
}

.ype_leftBox img {
	display: block;
	clear: both;
	width: 150px;
	height: 150px;
}


/* 英派尔导航下拉修改 start */
.ejDdBox {
	position: absolute;
	width: 3000px;
	top: 115px;
	left: 50%;
	margin-left:-1500px;
	z-index: 5;
	padding: 15px 0;
	background: #f9f9f9;
	box-shadow: 2px 4px 13px rgba(0,0,0,0.08);
	display: none;
}
.srtx_menu dd:nth-child(4) .ejDdBox::before{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: 50%;
	background: #FF0000;
	z-index: 6;
}
.ejDdBox .ejdd{
	width: 732px;
	margin: 0 auto;
	padding-left: 98px;
}
.ejDdBox .ejdd .ej{
	width:250px;
	position: relative;
}
.ejDdBox .ejdd .ej a{
	line-height: 24px;
	padding: 8px;
	font-size: 14px;
	color: #666666;
	height: auto;
	padding:8px 20px 8px 28px;
	text-align: left;
	position: relative;
}
.ejDdBox .ejdd .ej a::after{
	display: block;
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 50%;
	margin-top: -3px;
	border-radius: 6px;
	background: #999;
}
.ejDdBox .ejdd .sj{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -50px;
	height: 600px;
	display: none;
}
.ejDdBox .ejdd:hover a{
	background: none;
	color: #cf120c;
}
.ejDdBox .ejdd:hover a::after{
	background: none;
	background: #cf120c;
}
.ejDdBox .ejdd:hover .sj{
	display: block;
}
.ejDdBox .ejdd .sj a{
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	height: auto;
	padding:8px 20px 8px 20px;
	text-align: left;
	position: relative;
}
.ejDdBox .ejdd .sj a::before{
	display: block;
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #999;
	left: 0;
	top: 50%;
	margin-top: -2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.srtx_menu dd:hover .ejDdBox{
	display: block;
}
.ejDdBox .ejdd .sj a:hover{
	background: none;
	color: #cf120c;
}
.ejDdBox .ejdd .sj a:hover::before{
	background: #cf120c;
}
/* 英派尔导航下拉修改 end */
